body{
	background-color: #a30818;
}
h1 {
	font-family: cursive;
	color: yellow;
}
h2 {
	font-family: cursive;
	color: yellow;
}
p {
	font-family: cursive;
	color: yellow;
}
img {
    height: 400px;
    width: 700px;
    transition: 0.3s;
    border-radius: 40px;
}
img:hover {
	height: 490px;
    width: 840px;
    transition: 1s;
} 
